Platform Explorer / Nuxeo Platform LTS 2015 7.10

Contribution org.nuxeo.easyshare.auth.contrib--actions

This contribution is part of XML component org.nuxeo.easyshare.auth.contrib inside nuxeo-easyshare-7.10-HF02.jar /OSGI-INF/easyshare-contrib.xml

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action accessKey="k" icon="/icons/contextual_menu/share.png" id="showEasyShareURL" label="label.eshare.permalink" order="20" type="fancybox">
       <category>DOCUMENT_UPPER_ACTION</category>
       <filter id="easyShareFolderFilter">
        <rule grant="true">
         <type>EasyShareFolder</type>
        </rule>
       </filter>
       <properties>
        <property name="include">/incl/easyshare_url_box.xhtml</property>
        <property name="ajaxSupport">true</property>
       </properties>
      </action>
  • <action accessKey="k" icon="/icons/contextual_menu/share.png" id="permalinkAction" label="label.permalink" order="20" type="fancybox">
       <category>DOCUMENT_UPPER_ACTION</category>
       <filter id="easySharePermalinkFilter">
        <rule grant="false">
         <type>EasyShareFolder</type>
        </rule>
       </filter>
       <properties>
        <property name="include">/incl/permalink_box.xhtml</property>
        <property name="ajaxSupport">true</property>
       </properties>
      </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

  <action accessKey="k" icon="/icons/contextual_menu/share.png" id="showEasyShareURL" label="label.eshare.permalink" order="20" type="fancybox">
   <category>DOCUMENT_UPPER_ACTION</category>
   <filter id="easyShareFolderFilter">
    <rule grant="true">
     <type>EasyShareFolder</type>
    </rule>
   </filter>
   <properties>
    <property name="include">/incl/easyshare_url_box.xhtml</property>
    <property name="ajaxSupport">true</property>
   </properties>
  </action>

  <action accessKey="k" icon="/icons/contextual_menu/share.png" id="permalinkAction" label="label.permalink" order="20" type="fancybox">
   <category>DOCUMENT_UPPER_ACTION</category>
   <filter id="easySharePermalinkFilter">
    <rule grant="false">
     <type>EasyShareFolder</type>
    </rule>
   </filter>
   <properties>
    <property name="include">/incl/permalink_box.xhtml</property>
    <property name="ajaxSupport">true</property>
   </properties>
  </action>

 </extension>